From: Erik Naggum Date: Wed, 6 Dec 1995 11:59:55 +0000 (+0000) Subject: (recover-file): Also recover new, unsaved files. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85376 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e1dadc172e73067afc270bca4f94327e7f3ffe32;p=emacs.git (recover-file): Also recover new, unsaved files. --- diff --git a/lisp/files.el b/lisp/files.el index ec3f8ba49aa..0f8f69c6bc4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2152,7 +2152,7 @@ beginning and `after-revert-hook' at the end." ;; Actually putting the file name in the minibuffer should be used ;; only rarely. ;; Not just because users often use the default. - (interactive "fRecover file: ") + (interactive "FRecover file: ") (setq file (expand-file-name file)) (if (auto-save-file-name-p (file-name-nondirectory file)) (error "%s is an auto-save file" file))